xen/x86: p2m-pod: Fix coding style
authorJulien Grall <julien.grall@arm.com>
Mon, 2 Oct 2017 15:40:01 +0000 (16:40 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Mon, 2 Oct 2017 15:40:01 +0000 (16:40 +0100)
commit9271a2686ce7d66a78e554fec1bd402ee49db202
treebc23ab3d30f6c1c1279c3791875fe25348606435
parent06e64f17fc9aeca2e1736088282635349344e00e
xen/x86: p2m-pod: Fix coding style

Also take the opportunity to:
    - move from 1 << * to 1UL << *.
    - use unsigned when possible
    - move from unsigned int -> unsigned long for some induction
    variables

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/mm/p2m-pod.c